---------------------------------------------------------------------------------------------------------------------
Uscript code stripping tutorial, by TheDane, contact mail: thedane_ut@hotmail.com, website: www.unrealtournament.info
---------------------------------------------------------------------------------------------------------------------



This tutorial takes for granted that you are familier with coding and know your way arround the editor, or else, why do you have something you want to hide the code from?

ok, it's pretty easy to remove the code from your package, just follow these few steps very carefully:

1. Setting up the editor:

1a. Open Editor, Open the Actor browser, click on >View< tab and make sure that >Show Packages< is marked.
1b. Your package should now show on the package list below, make sure it's marked, and that ONLY your package is marked.

2. Removing the code:

3. Now browse into ALL your classes one at a time and follow each step below for each class:

3a. Doubble click on your class to make the code appear.
3b. Hit CTRL+A to select all the code and hit DELETE button > wooop all gone..... (NOW DON'T RECOMPILE ANYTHING AT ANY TIME!!)
3c. Once done with deleting the code in all your classes you must please the Ued goblin Epic so nicely forgot to get rid of.
3d. To please the Ued goblin simply open up a random class that are NOT in your package, edit it, delete some code, whatever, it's not important.

4. Saving the new stripped package:

4a. Click >File< and then >Save Selected Packages< and you're done!


Tip:

Be sure to backup your work before removing the code, IF you later try to decompile your package using WOTGreal or other tool your code will be OVERWRITTEN!!! BACKUPS+1!!